home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / CD_TOOLS / NETCD.ZIP;1 / RUNCA.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-12-31  |  339 b   |  10 lines

  1. @echo off
  2. REM ** This batch will execute the CacheAll program.  If you want to
  3. REM ** add any options to the CacheAll command line, you should add them
  4. REM ** to the STDALONE.OPT file.
  5. REM ** Refer to the Users Guide for all available options
  6. REM 
  7. C:\CACHE\CACHEALL @C:\CACHE\STDALONE.OPT
  8. REM 
  9. REM ** End of C:\CACHE\RUNCA.BAT **
  10.